home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / iterat31.zip / DBLTRIG2.FRM < prev    next >
Text File  |  1993-09-12  |  234b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;parameter and window defaults
  5. a = 2
  6. b = 2
  7. c = 2
  8. d = 2
  9. mu = 0
  10. xmin = -5
  11. xmax = 5 
  12. ymin = -5 
  13. ymax = 5  
  14.  
  15. x =a*cos(x)+b*cos(y)
  16. y =c*sin(x)+d*cos(y)             
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.